From: Richard M. Stallman Date: Sun, 29 Apr 2007 16:14:03 +0000 (+0000) Subject: Delete duplicate change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18963 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f1bcc89b3ec08886577e905fc48bce57aa4d0a43;p=emacs.git Delete duplicate change. --- diff --git a/etc/NEWS b/etc/NEWS index 3cf023df4b9..a49b67ff7f6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3463,25 +3463,6 @@ display tables. * Lisp Changes in Emacs 22.1 ** General Lisp changes: -*** New syntax: \s now stands for the SPACE character. - -`?\s' is a new way to write the space character. You must make sure -it is not followed by a dash, since `?\s-...' indicates the "super" -modifier. However, it would be strange to write a character constant -and a following symbol (beginning with `-') with no space between -them. - -`\s' stands for space in strings, too, but it is not really meant for -strings; it is easier and nicer just to write a space. - -*** New syntax: \uXXXX and \UXXXXXXXX specify Unicode code points in hex. - -For instance, you can use "\u0428" to specify a string consisting of -CYRILLIC CAPITAL LETTER SHA, or `"U0001D6E2" to specify one consisting -of MATHEMATICAL ITALIC CAPITAL ALPHA (the latter is greater than -#xFFFF and thus needs the longer syntax). - -This syntax works for both character constants and strings. *** New syntax: \s now stands for the SPACE character.